ComponentOne Tiles for WPF and Silverlight
C1Tile Control
Working with C1Tiles > C1Tile Control

The C1Tile control is an animated headered content control that mimics the Windows 8 live tiles behavior. For example, the markup below creates a basic C1Tile control with several properties set:

XAML
Copy Code
<c1:C1Tile Content="1" BackContent="1" Header="C1Tile" HeaderBackground="#22000000" HeaderPadding="12" Padding="0" BorderBrush="#FF356A21" BorderThickness="2" />

The following image illustrates the result of the above markup, noting some of the set properties:

The following properties are set in the image/markup above:

See Also